Search
ItemListView.addItems Method (DiagramItem[], String[])
See Also
 






Adds the specified items to the end of the list box.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addItems (
    DiagramItem[] items,
    String[] labels
)

 Parameters

items

The array of items to add.

labels

The array of texts to be displayed for the items.

 See Also